home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 124 / pcfcd124-a.iso / PCF wired.dxr / 00122_LineOne Launch.ls < prev    next >
Encoding:
Text File  |  2001-05-22  |  281 b   |  14 lines

  1. on mouseEnter me
  2.   gWhichScript()
  3.   gChangeDetails()
  4. end
  5.  
  6. on mouseLeave me
  7.   gWhichScriptOff()
  8. end
  9.  
  10. on mouseUp
  11.   alert("Internet Service Provider and other dial-up software on this disc is intended for UK use only.")
  12.   open("Wired\LineOne\B2000CQ\BrndOnly\WIN32\EN\setup.exe")
  13. end
  14.